home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mfre.dir / 00063_Continue regist. F.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  235 b   |  14 lines

  1. on mouseUp
  2.   puppetSprite(6, 0)
  3.   repeat with x = 19 to 20
  4.     puppetSprite(x, 1)
  5.     set the visible of sprite x to 1
  6.     puppetSprite(x, 0)
  7.   end repeat
  8.   unLoadCast()
  9.   preLoadCast(194)
  10.   go(19)
  11.   puppetSound(0)
  12.   updateStage()
  13. end
  14.